Expand description
Represent an XML 1.0 document as a read-only tree.
The root point of the documentations is Document::parse
.
You can find more details in the README and the parsing doc.
The tree structure itself is a heavily modified https://github.com/causal-agent/ego-tree License: ISC.
Structs
An attribute.
Iterator over specified axis.
Iterator over children.
Iterator over a node and its descendants.
An XML tree container.
An expanded name.
A namespace.
A node in a document.
A node ID stored as
u32
.A processing instruction.
Parsing options.
Position in text.